home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5205 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  932 b 

  1. Path: inforamp.net!ts39-09
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Doubly Linked List
  5. Date: Thu, 08 Feb 96 17:55:11 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4fdd3v$flj@sam.inforamp.net>
  8. References: <4f0nbm$25p@tofu.alt.net>
  9. NNTP-Posting-Host: ts39-09.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4f0nbm$25p@tofu.alt.net>, vjarnot@mnw.net (AtsaR) wrote:
  13. >    Hi there, being a newbie, I'm having a bit of trouble implementing an
  14. >automatically sorted doubly linked list...I would appreciate it if
  15. >anyone could point me to somewhere on the net where I could look at
  16. >source code for what I'm trying to do...
  17. >
  18. >    Please Help!!  Thanks in advance.
  19. >
  20. >vjarnot@mnw.net
  21. >
  22.  
  23. The class TSDequeAsVector in Borland's standard c++ library is a good example. 
  24. The source code is include with Borland C++.  The code is C++, but the essense 
  25. is still C.
  26.  
  27. Agrivar
  28.